projects
/
openwrt
/
svn-archive
/
packages.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e7b794f
)
Fix transmission compilation against wx, need to specify the cross wx-config to disab...
author
Florian Fainelli
<
[email protected]
>
Wed, 6 Aug 2008 18:56:45 +0000
(18:56 +0000)
committer
Florian Fainelli
<
[email protected]
>
Wed, 6 Aug 2008 18:56:45 +0000
(18:56 +0000)
SVN-Revision: 12220
net/transmission/Makefile
patch
|
blob
|
history
diff --git
a/net/transmission/Makefile
b/net/transmission/Makefile
index fd64005f1f8315f6b860910cff8d947fa5ae9f3e..f175e767f272bda5f2d7d4c4b06e613bb6ecc4cf 100644
(file)
--- a/
net/transmission/Makefile
+++ b/
net/transmission/Makefile
@@
-38,6
+38,8
@@
endef
CONFIGURE_ARGS += \
--enable-daemon \
--disable-gtk \
+ --disable-wx \
+ --with-wx-config="$(STAGING_DIR)/usr/bin/" \
define Build/Compile
$(MAKE) -C $(PKG_BUILD_DIR) \